home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Print Media Service 1997 October
/
Electronic Print Media Service 1997 October.iso
/
IDEASRC
/
Bugs.DIR
/
00102_Script_102
< prev
next >
Wrap
Text File
|
1997-08-05
|
319b
|
15 lines
on exitFrame
blorb
set the locH of sprite 16 to the locH of sprite 17 +20
set the locV of sprite 16 to the locV of sprite 17 -20
updatestage
go the frame
end
on mouseup
if sprite 16 intersects 2 then
go frame "roachjar"
end if
if sprite 16 intersects 18 then go frame "munch"
end